home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / Pearls / midi / Midi2TeX / src / tp_m2tf4.h < prev    next >
C/C++ Source or Header  |  1994-03-30  |  1KB  |  42 lines

  1. /* Header for module TP_M2TF4, generated by p2c */
  2.  
  3. #ifndef TP_M2TF4_H
  4. #define TP_M2TF4_H
  5.  
  6. #ifndef TP_DECL_H
  7. #include "tp_decl.h"
  8. #endif
  9. #ifndef TP_MISC_H
  10. #include "tp_misc.h"
  11. #endif
  12. /* p2c: tp_debug.pas, line 49:
  13.  * Note: Turbo Pascal conditional compilation directive was ignored [218] */
  14. #ifndef TP_DEBUG_H
  15. #include "tp_debug.h"
  16. #endif
  17.  
  18. #ifdef TP_M2TF4_G
  19. # define vextern
  20. #else
  21. # define vextern extern
  22. #endif
  23.  
  24. Void ReadBlock (FileRecord *FilRec);
  25. uchar ReadByte (FileRecord *FilRec);
  26. long ReadLongInt (FileRecord *FilRec);
  27. long ReadInteger (FileRecord *FilRec);
  28. long ReadVarLen (FileRecord *FilRec);
  29. Char *ReadString (Char *Result, FileRecord *FilRec, long len);
  30. long GetFilePos (FileRecord *FilRec);
  31. Void SetFilePos (FileRecord *FilRec, long Pst);
  32. Void C2Pstring (Char *Cstr);
  33. Void P2Cstring (Char *Pstr);
  34. Void InitFilRec (FileRecord *FilRec);
  35. Void KillFilRec (FileRecord *FilRec);
  36. Void RestoreLastRead (FileRecord *FilRec);
  37. void _TP_M2TF4_init(void);
  38. #undef vextern
  39. #endif /*TP_M2TF4_H*/
  40. /* End. */
  41.  
  42.